home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / Tetris / main_protos.h < prev    next >
C/C++ Source or Header  |  1992-11-18  |  879b  |  27 lines

  1. /*
  2. Copyright (c) 1992, Trevor Smigiel.  All rights reserved.
  3.  
  4. (I hope Commodore doesn't mind that I borrowed their copyright notice.)
  5.  
  6. The source and executable code of this program may only be distributed in free
  7. electronic form, via bulletin board or as part of a fully non-commercial and
  8. freely redistributable diskette.  Both the source and executable code (including
  9. comments) must be included, without modification, in any copy.  This example may
  10. not be published in printed form or distributed with any commercial product.
  11.  
  12. This program is provided "as-is" and is subject to change; no warranties are
  13. made.  All use is at your own risk.  No liability or responsibility is assumed.
  14.  
  15. */
  16.  
  17. /* Prototypes for functions defined in
  18. main.c
  19.  */
  20. extern WORD PWidth;
  21. extern WORD PHeight;
  22. extern WORD BSize;
  23. extern WORD XSize;
  24. extern WORD YSize;
  25. extern WORD Depth;
  26. extern WORD Level;
  27.